home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Products & Services for NeXT
/
Products & Services for NeXT.iso
/
AlembicDemo.app
/
Axone
/
AddIn
/
stats_io.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-03-06
|
165b
|
15 lines
#ifndef _stats_io_
#define _stats_io_
#include "defs.h"
typedef struct _stats_io
{
int norm ;
REAL min ;
REAL max ;
REAL moy ;
REAL var ;
} stats_io ;
#endif